libxl: Fix duplicate libxl_ctx typedef.
authorWen Congyang <wency@cn.fujitsu.com>
Fri, 11 Jul 2014 03:32:33 +0000 (11:32 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 11 Jul 2014 11:03:09 +0000 (12:03 +0100)
commit7bddc6b722bdd64475512bb18ca7b27dd550df3a
tree96da9bddbe374404141058aa35332ae4664ce7da
parentab78724fc5628318b172b4344f7280621a151e1b
libxl: Fix duplicate libxl_ctx typedef.

commit de18e4c038306aeeca53e6e63e563036cafef162 introduces a build error with
older gcc:

In file included from xl.c:31:
libxl.h:582: error: redefinition of typedef ‘libxl_ctx’
libxl.h:348: note: previous declaration of ‘libxl_ctx’ was here

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- rewrote commit message ]
tools/libxl/libxl.h